.m-landingPanel__title,
.m-landingPanel__cta {
  color: #85714D;
}

.m-landingPanel__cta {
  border-bottom: 2px solid #85714D;
}

.m-landingPanel__cta:after, .a-contentBlock__imageWrapper:after {
  background: #85714D;
}

.o-landing__title {
  color: rgba(133, 113, 77, 0.4);
}

.m-landingPanel__imageLink:after {
  background: #85714D;
}
.a-contentBlock:hover .a-contentBlock__link{
  color: #85714D;
}
.o-landing__title {

  background: -webkit-gradient(linear, left top, 70% bottom, from(#85714D), to(#85714D), color-stop(0.5, rgba(233, 212, 174, 0.842)));
  background: -moz-linear-gradient(-45deg, rgba(133,113,77,1) 0%, rgba(233, 212, 174, 0.842) 50%, rgba(233, 212, 174, 0.842) 51%, rgba(135,115,79,1) 99%, rgba(133,113,77,1) 100%);
  /*background: -moz-gradient(linear, left top, 70% bottom, from(#85714D), to(#85714D), color-stop(0.5, rgba(233, 212, 174, 0.842)));*/
  background: gradient(linear, left top, 70% bottom, from(#85714D), to(#85714D), color-stop(0.5, rgba(233, 212, 174, 0.842))); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85714d', endColorstr='#85714d',GradientType=1 );
  /*
  background: -moz-linear-gradient(-45deg, rgba(133,113,77,1) 0%, rgba(233, 212, 174, 0.842) 50%, rgba(233, 212, 174, 0.842) 51%, rgba(135,115,79,1) 99%, rgba(133,113,77,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(133,113,77,1) 0%,rgba(233, 212, 174, 0.842) 50%,rgba(233, 212, 174, 0.842) 51%,rgba(135,115,79,1) 99%,rgba(133,113,77,1) 100%); 
  background: linear-gradient(135deg, rgba(133,113,77,1) 0%,rgba(233, 212, 174, 0.842) 50%,rgba(233, 212, 174, 0.842) 51%,rgba(135,115,79,1) 99%,rgba(133,113,77,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85714d', endColorstr='#85714d',GradientType=1 ); */

  -webkit-background-size: 65% 100%;
  -moz-background-size: 65% 100%;
  background-size: 65% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  -webkit-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count:1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #85714D;

}

/*@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: bottom right;
  }
}*/
@-moz-keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
 
    background-position: 1800px 0;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
 
    background-position: 1800px 0;
  }
}

@-o-keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
 
    background-position: 1800px 0;
  }
}

@-ms-keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
 
    background-position: 1800px 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
 
    background-position: 1800px 0;
  }
  /*110%{
       background-size: 55% 100%;
    background-size: 10px 100%;
  }*/
}

.m-staticBlockGrid .page-title, .m-staticBlockGrid .a-contentBlock__title{
  color: #85714D;
}

form[action="/100/exhibition/"] .m-pageHeader .m-pageHeader__title{
  color: #85714D;
}

.m-featurePanel.m-featurePanel--light{
  display: inline-block;
}